home *** CD-ROM | disk | FTP | other *** search
-
- ┌─┬┐
- │ └┘
- └──┐
- ┌┐ │imple ways to draw basic pics
- └┴─┘
-
-
- At first I want you to know that these styles ain't optimized so they are
- not the fastest in the world. But the reason why made these is that there
- might be some one who wants to use simple and short ways to do things.
-
-
- ░░░▒▒▒▓▓▓██████████████████████████████████████████████████████████▓▓▓▒▒▒░░░
- THE CIRCLE
- ░░░▒▒▒▓▓▓██████████████████████████████████████████████████████████▓▓▓▒▒▒░░░
-
- I assume that everybody knows what circle is (huh! the round one).
- Ok. The circle form is (x-x1)²+(y-y1)²=r².
- x1 is the (x) central point of circle.
- y1 is the (y) central point of circle.
- x and y are just points from circle.
- r is the radius of circle.
- Ofcourse you can't use the form at this way but you have to little make it.
- First move (y-y1)² to right side. (x-x1)²=r²-(y-y1)².
- You may forget the x1 and y1. x²=r²-y² -> x=√(r²-y²)
- So if you want the x values of circle you just increase the y and thats it.
-
- ░░░▒▒▒▓▓▓██████████████████████████████████████████████████████████▓▓▓▒▒▒░░░
- THE ELLIPSE
- ░░░▒▒▒▓▓▓██████████████████████████████████████████████████████████▓▓▓▒▒▒░░░
-
- Ellipse axis looks like this.
- │
- │< b
- ────────┼────────
- │
- a │
-
-
- a=little axis and 2a is the whole one and same thing goes with b.
- The ellipse form is x²+ y²=1
- ─ ─
- a² b²
- You can make this form to x=√(a²(b²-y²))
- ────────────
- b
- And again just put values on y.
-
-
- ░░░▒▒▒▓▓▓██████████████████████████████████████████████████████████▓▓▓▒▒▒░░░
- THE HYPERBOLA
- ░░░▒▒▒▓▓▓██████████████████████████████████████████████████████████▓▓▓▒▒▒░░░
-
- Hyperbola looks like this.
- *\ │ /*
- *\ │ /*
- * \ │ / *
- * ┌\────┼────/┐ *
- *│ \ │ / │*
- *│ \│/ │*
- ────────┼─────┼─────┼─────────────
- *│ / │ \ │*
- * │/ │ \│ *
- * /└─────┼─────┘\ *
- */ │ \*
- */ │ \*
-
- The hyperbola form is almost th same as the ellipse.
-
- it goes: x²- y²=1
- ─ ─
- a² b²
-
- You can make this form to x=√(a²(b²+y²))
- ────────────
- b
- And again just put values on y.
-
-
- ░░░▒▒▒▓▓▓██████████████████████████████████████████████████████████▓▓▓▒▒▒░░░
- THE END
- ░░░▒▒▒▓▓▓██████████████████████████████████████████████████████████▓▓▓▒▒▒░░░
-
- ┌───┐ ┌───▄▄───────┐
- By DiVe from │ ─┤ │ ██SUOMI │
- ├─ │YNDICATE ▐████████████▌
- └───┘ │FIN██ │
- └───▀▀───────┘
-
-